API Documentation
Static Public Attributes | List of all members
nkAstraeus::lua::Constants Struct Reference

Constants encompassing user type identifiers. More...

Static Public Attributes

static const char * BYTE_ARRAY
 Identifies a nkAstraeus::ByteArrayData.
 
static const char * INT_ARRAY
 Identifies a nkAstraeus::ArrayData<int>.
 
static const char * UBYTE_ARRAY
 Identifies a nkAstraeus::UbyteArrayData.
 
static const char * VECTOR_ARRAY
 Identifies a nkAstraeus::ArrayData<nkGraphics::Vector>.
 

Detailed Description

Constants encompassing user type identifiers.

Use those constant identifiers to identify wrapped types when wrapping your own functions.

Remarks
Note that those constants will move soon as the custom buffer API is made.

The documentation for this struct was generated from the following file: